Required Field
Description
The required field json file helps to map the required fields for the aggregator from the metadata file. The values are case sensitive. It should match with input metadata column names.
Parameters
It will be changing from one aggregators to another.
Example
# | Field A | Field B |
---|---|---|
1 | concat | branch_cd |
2 | prin_amt | net_bal |
3 | curr | curr |
4 | country | "" |
5 | acc_no | gl_cd |
6 | int_rt | "" |
The above example is for non maturity Balm aggregator. 'Field A' is the key. 'Field B' is the value from the input file.
In the above example, net_bal from input is getting mapped to prin_amt key.
Note: Some fields may not be available sometime and some default values can be provided for them inside code logic.